forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TST GH30999 Change bare pytest.raises in pandas/tests/indexing to tm.external_error_raised #18
Closed
moink
wants to merge
2,051
commits into
jreback:master
from
moink:add_match_msg_to_pytest_raises_indexing
Closed
TST GH30999 Change bare pytest.raises in pandas/tests/indexing to tm.external_error_raised #18
moink
wants to merge
2,051
commits into
jreback:master
from
moink:add_match_msg_to_pytest_raises_indexing
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* DOC: add examples to insert and update generally This commit mainly adds examples on usage. This commit also fills in information suggested by `validate_docstrings.py` script. * DOC: remove inferred insert parameter descriptions
Co-authored-by: VirosaLi <2EkF8qUgpNkj>
Co-authored-by: VirosaLi <2EkF8qUgpNkj>
… (pandas-dev#38383) * last dict fixings * last dict fixings * last dict fixings * last dict fixings
Co-authored-by: VirosaLi <2EkF8qUgpNkj>
* Corrected the grammar in Exception Exception on different arrays' length corrected * Updated error message in tests file as well Co-authored-by: Ashwani <ashwani.ashwani@external.thalesgroup.com>
* BUG: item_cache invalidation on DataFrame.insert * Whatsnew
…#38323) * CLN: Implement multiindex handling for get_op_result_name * Change import order * Override method * Move import * Remove import * Fix merge issue * Move methods
* run codespell on pandas/core * fix underline
* ENH: support 2D in DatetimeArray._from_sequence * BUG: Series.where casting dt64 to int64 * whatsnew * move whatsnew * use fixture, remove unnecessary check
Co-authored-by: Simon Hawkins <simonjayhawkins@gmail.com>
…r when casting interval range from float to int (pandas-dev#38719)
…external_error_raised
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change all
pytest.raises
in pandas/tests/indexing totm.external_error_raised
. xref pandas-dev#30999. Also made a couple of the exceptions more specific. Doesn't close the issue as there are still about a dozen challenging instances of barepytest.raises
left.-[ ] closes #xxxx
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff